logic bomb - определение. Что такое logic bomb
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое logic bomb - определение

PIECE OF CODE INTENTIONALLY INSERTED INTO A SOFTWARE SYSTEM THAT WILL SET OFF A MALICIOUS FUNCTION WHEN SPECIFIED CONDITIONS ARE MET
Logic Bomb; Logical bomb; Malicious logic
Найдено результатов: 1475
logic bomb         
¦ noun Computing a set of instructions secretly incorporated into a program so that if a particular condition is satisfied they will be carried out, usually with harmful effects.
logic bomb         
<programming, security> Code surreptitiously inserted into an application or operating system that causes it to perform some destructive or security-compromising activity whenever specified conditions are met. Compare back door. [Jargon File] (1996-07-02)
logic bomb         
A logic bomb is an unauthorized program that is inserted into a computer system so that when it is started it affects the operation of the computer. (COMPUTING)
N-COUNT
Logic bomb         
A logic bomb is a piece of code intentionally inserted into a software system that will set off a malicious function when specified conditions are met. For example, a programmer may hide a piece of code that starts deleting files (such as a salary database trigger), should they ever be terminated from the company.
Unguided bomb         
  • Mk. 82 bomb with a Snake Eye tail retarding device – this photograph shows an unfuzed, museum display Mk 82 with its usual combat paint scheme. For display purposes, the optional high-drag Snake Eye tailfin set used for low-altitude release is shown.
AERIAL BOMB WITHOUT GUIDANCE, DESIGNED FOR BALLISTIC DELIVERY
Free-fall bomb; Dumb bomb; Gravity bombs; Iron bomb; Unguided bombs; Retarded bomb; Free fall bomb; Gravity bomb; Retarding bomb; Retard bomb; Bomb retarder
An unguided bomb, also known as a free-fall bomb, gravity bomb, dumb bomb, or iron bomb, is a conventional or nuclear aircraft-delivered bomb that does not contain a guidance system and hence simply follows a ballistic trajectory. This described all aircraft bombs in general service until the latter half of World War II, and the vast majority until the late 1980s.
Aerial bomb         
  • Grand Slam]]" [[earthquake bomb]]
EXPLOSIVE WEAPON CARRIED BY AIRCRAFT FOR DROPPING ON GROUND TARGETS
First air-dropped bomb; First Air-dropped bomb; Air-dropped bomb; High explosive bomb; Aerial bombs; Aircraft bomb
An aerial bomb is a type of explosive or incendiary weapon intended to travel through the air on a predictable trajectory. Engineers usually develop such bombs for dropping from an aircraft.
parcel bomb         
  • [[Michael Lapsley]] lost both hands and was blinded in one eye after a mail bombing attack
  • Robert Harley]] was targeted in one of the earliest modern parcel bombing incidents
  • Mail bomb sent by pro-Trump extremists, 2018]]
  • FBI reproduction of one of [[Theodore Kaczynski]]’s bombs
EXPLOSIVE DEVICE
Mail bomb; Parcel bomb; Letterbomb; Parcelbomb; Letter Bomb; Parcel Bomb; Postal bomb; Letterbomb (device); Letter bombs; Letter bombing; Mail Bomb; Post bomb; Mailbomb; Letter-bomb; Package bomb; Package bombs; Mail bombing
(parcel bombs)
A parcel bomb is a small bomb which is sent in a parcel through the post and which is designed to explode when the parcel is opened. (BRIT)
N-COUNT
Gay bomb         
HYPOTHETICAL WEAPON THAT WOULD TURN PEOPLE HOMOSEXUAL; SPECULATED BY A U.S. AIR FORCE RESEARCH LAB
Homosexual bomb; Gay Bomb; Poof bomb; Halitosis bomb; Flatulence bomb
The "gay bomb" and "halitosis bomb" are formal names for two non-lethal psychochemical weapons that a United States Air Force research laboratory speculated about producing. The theories involve discharging sex pheromones over enemy forces in order to make them sexually attracted to each other.
Mathematical logic         
SUBFIELD OF MATHEMATICS
Symbolic Logic; Symbolic logic; Mathematical Logic; Logic (mathematics); Logic (math); Logic (maths); Logic (symbolic); Mathematical logician; Logic modeling; Logic modelling; Formal Logic; History of mathematical logic; Subfields of mathematical logic; Formal logical systems; History of symbolic logic; Applications of mathematical logic; 20th century in mathematical logic
Mathematical logic is the study of formal logic within mathematics. Major subareas include model theory, proof theory, set theory, and recursion theory.
letterbomb         
  • [[Michael Lapsley]] lost both hands and was blinded in one eye after a mail bombing attack
  • Robert Harley]] was targeted in one of the earliest modern parcel bombing incidents
  • Mail bomb sent by pro-Trump extremists, 2018]]
  • FBI reproduction of one of [[Theodore Kaczynski]]’s bombs
EXPLOSIVE DEVICE
Mail bomb; Parcel bomb; Letterbomb; Parcelbomb; Letter Bomb; Parcel Bomb; Postal bomb; Letterbomb (device); Letter bombs; Letter bombing; Mail Bomb; Post bomb; Mailbomb; Letter-bomb; Package bomb; Package bombs; Mail bombing
<messaging> 1. An e-mail message containing live data intended to do nefarious things to the recipient's computer or terminal. It is possible, for example, to send letterbombs that will lock up some specific kinds of terminals when they are viewed, so thoroughly that the user must turn the terminal off to unwedge it. Under Unix, a letterbomb can also try to get part of its contents interpreted as a shell command. The results of this could range from silly to tragic. See also Trojan horse; compare nastygram, talk bomb. 2. Loosely, a mailbomb. [Jargon File] (1998-01-16)

Википедия

Logic bomb

A logic bomb is a piece of code intentionally inserted into a software system that will set off a malicious function when specified conditions are met. For example, a programmer may hide a piece of code that starts deleting files (such as a salary database trigger), should they ever be terminated from the company.

Software that is inherently malicious, such as viruses and worms, often contain logic bombs that execute a certain payload at a pre-defined time or when some other condition is met. This technique can be used by a virus or worm to gain momentum and spread before being noticed. Some viruses attack their host systems on specific dates, such as Friday the 13th or April Fools' Day. Trojans and other computer viruses that activate on certain dates are often called "time bombs".

To be considered a logic bomb, the payload should be unwanted and unknown to the user of the software. As an example, trial programs with code that disables certain functionality after a set time are not normally regarded as logic bombs.